container_aria

my file learn about tech container (docker, podman, kubernetes)


Project maintained by ariafatah0711 Hosted on GitHub Pages — Theme by mattgraham

annotation

configuration

command

show

kubectl get pods
kubectl describe pod nginx-with-annotation

menambahakan annotation

kubectl annotate pod <namapod> key=value
kubectl annotate pod <namapod> key=value --overwrite